home *** CD-ROM | disk | FTP | other *** search
- TerminalApp = {
- ACTIONS = {
- appWillTerminate:;
- open:;
- save:;
- saveAs:;
- showServiceManager:;
- newCommand:;
- monStart:;
- quickTitleOK:;
- appDidInit:;
- quickTitleCancel:;
- printPSCode:;
- newCommandOK:;
- new:;
- saveAllAs:;
- info:;
- quickTitle:;
- preferences:;
- monStop:;
- openLibraryTerm:;
- };
- OUTLETS = {
- newCommandForm;
- serviceProvider;
- saveHowMany;
- quickTitlePanel;
- newCommandWindow;
- prefManager;
- quickTitleForm;
- autoOpenBox;
- dirtMonitor;
- serviceCache;
- libraryMenu;
- serviceManager;
- document;
- saveAccessory;
- };
- SUPERCLASS = Application;
- };
- FontTrap = {
- ACTIONS = {
- changeFont:;
- };
- OUTLETS = {
- fontTarget;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- clearScrollback:;
- debugToggle:;
- barfage:;
- jumpToSelection:;
- };
- SUPERCLASS = Object;
- };
- StuartApp = {
- ACTIONS = {
- appWillTerminate:;
- open:;
- save:;
- saveAs:;
- showServiceManager:;
- newCommand:;
- monStart:;
- quickTitleOK:;
- appDidInit:;
- quickTitleCancel:;
- printPSCode:;
- newCommandOK:;
- new:;
- saveAllAs:;
- info:;
- quickTitle:;
- preferences:;
- monStop:;
- openLibraryTerm:;
- };
- OUTLETS = {
- serviceManager;
- libraryMenu;
- serviceCache;
- document;
- dirtMonitor;
- quickTitleForm;
- newCommandWindow;
- autoOpenBox;
- quickTitlePanel;
- newCommandForm;
- prefManager;
- saveAccessory;
- };
- SUPERCLASS = Application;
- };
- FindPanel = {
- ACTIONS = {
- enterSelection:;
- findPanel:;
- findNext:;
- findPrevious:;
- };
- OUTLETS = {
- findPanel;
- };
- SUPERCLASS = Object;
- };
- Preferences = {
- ACTIONS = {
- preferences:;
- };
- OUTLETS = {
- emulationSwitches;
- rowForm;
- altRadio;
- sourceDotLogin;
- fontSize;
- noteBox;
- columnForm;
- fontName;
- winSwitches;
- shellName;
- };
- SUPERCLASS = Object;
- };
-